home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / fixes / fix024 / libray / libobj / makefile.sh.diff < prev    next >
Encoding:
Makefile  |  1994-08-09  |  610 b   |  21 lines

  1. *** Makefile.SH    Mon Oct 11 15:20:25 1993
  2. --- Makefile.SH.frac    Mon Oct 11 15:19:13 1993
  3. ***************
  4. *** 37,43 ****
  5.   
  6.   CFILES = blob.c bounds.c box.c cone.c csg.c cylinder.c disc.c grid.c \
  7.        hf.c instance.c list.c intersect.c geom.c plane.c poly.c \
  8. !      roots.c sphere.c torus.c triangle.c
  9.   
  10.   OFILES = $(CFILES:.c=.o)
  11.   
  12. --- 37,44 ----
  13.   
  14.   CFILES = blob.c bounds.c box.c cone.c csg.c cylinder.c disc.c grid.c \
  15.        hf.c instance.c list.c intersect.c geom.c plane.c poly.c \
  16. !      roots.c sphere.c torus.c triangle.c ifs.c allocmatrix.c \
  17. !      fractalobject.c mountain.c
  18.   
  19.   OFILES = $(CFILES:.c=.o)
  20.   
  21.